* {
    margin: 0;
    padding: 0;
    font-family: 'Bahnschrift',
        Segoe UI,
        Tahoma,
        Geneva,
        Verdana,
        sans-serif;
}

body {
    background-color: #FDFAF1;
    color: rgb(29, 29, 29);
    max-width: 100vw;
    max-height: 100vh;
}

*a {
    cursor: pointer;
}

/*General for all 

/* starting of CSS Headerr */
.headSectional {
    background: rgb(195, 185, 166);
    background-image: url("../Images/backgroundImages/slide1.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    color: azure;
    height: auto;

}

.container {
    padding: 10px 80px;
}

.headNav {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 90px;
    padding: 5px 2px;

}

.headNav a {
    text-decoration: none;
    color: azure;
}

.headerParagraph {
    height: auto;
    padding: 30px 30px;
    align-items: baseline;
    margin: auto;
}

.headerParagraph h2 {
    text-align: center;
}

.headerParagraph p {
    text-align: left;
    padding: 20px 40px;
}

.headerParagraph a {
    text-decoration: none;
    font: bolder;
    color: beige;
    background-color: rgb(47, 45, 31);
    border-radius: 10pt;
    padding: 10px 10px;
}

.headerParagraph a:hover {
    text-decoration: none;
    font: bolder;
    color: rgb(62, 62, 46);
    background-color: rgb(194, 180, 72);
    border-radius: 10pt;
    padding: 10px 10px;
}

.proLinks {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;

}

.indProlinks {
    margin: 15px;
}

.navLinks ul {
    display: inline-block;
    padding: 0px 20px;
    font-size: 20px;
}

.headBrandLogo img {
    width: 200px;
    margin: auto;
    padding: 20px;
}

.second_Nav form {
    display: inline-block;
    padding: 0px 20px;
    font-size: 20px;
}

.second_Nav form a img {
    width: 20px;
}

#sectionPart {
    padding-bottom: 100px;
    overflow: auto;
    height: 2000px;
}

/* Finishing of CSS Header */



/* Starting of CSS footer */
footer {
    height: auto;
    background-color: rgb(21, 21, 21);
    color: azure;
}

.footSectional {
    height: auto;
    text-align: center;
    width: fit-content;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 0;
    margin: auto;
}

.quickLinks {
    display: flex;
    flex-direction: row;
}

.heroFooter {
    display: flex;
    justify-content: space-evenly;
    margin: auto;
    flex-direction: column;
}

.socialLinks {
    /*text-align: center;*/
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.socialLinks ul {
    display: flex;
    justify-content: space-evenly;
    margin: auto;
    flex-direction: row;
}

.socialLinks img {
    width: 2rem;
    padding: 5px;
}

.footBrandLogo img {
    width: 200px;
    margin: auto;
    padding: 20px;
}

.footnavLinks {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 10px 20px;
}

.footnavLink_sub {
    width: auto;
    text-align: left;
    padding: 5px 20px;
}

.footnavLink_sub ul h3 {
    font: bolder;
    font-size: large;
}

.footnavLink_sub ul {
    padding-bottom: 8px;
}

.footnavLink_sub a {
    text-decoration: none;
    color: azure;
}

.quickLinks {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 10px 20px;
}

.copywriteinfo {
    padding: 10px 5px;
    display: flex;
    flex-wrap: wrap;
}

/* Finishing of CSS Footer */